home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "ID": "Long Integer",
- "IsNew": "Boolean NOT NULL",
- "lname": "Text (50)",
- "fname": "Text (50)",
- "address": "Text (50)",
- "city": "Text (50)",
- "state": "Text (50)"
- },
- "data": [
- {
- "ID": 3,
- "IsNew": 0,
- "lname": "Smith",
- "fname": "John",
- "address": "111 Any Way",
- "city": "Anywhere",
- "state": "BVI"
- },
- {
- "ID": 5,
- "IsNew": 0,
- "lname": "Zott",
- "fname": "Floyd",
- "address": "213 Blah Ave",
- "city": "North Blah",
- "state": "BI"
- }
- ]
- }